From 3b6cc4a1f87892cf6304635fcdc6c8478bdbbfe4 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 9 Mar 2006 21:49:08 +0000 Subject: [PATCH] Remove unneeded autoconf and autoheader lines, fixes #360 SVN-Revision: 3339 --- openwrt/package/openntpd/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile index 64df56af9d..80c3af1b9a 100644 --- a/openwrt/package/openntpd/Makefile +++ b/openwrt/package/openntpd/Makefile @@ -25,8 +25,6 @@ $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ - autoconf ; \ - autoheader ; \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ -- 2.30.2